This upstream patches has been added:
* lisp/startup.el (command-line): Handle nil elements in load-path.
Origin: upstream, http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=
edfdb22f674312389ccf5d5e37efa4d3f1516994
Bug-Debian: http://bugs/debian.org/768751
Added-by: Rob Browning <rlb@defaultvalue.org>
+2014-11-10 Glenn Morris <rgm@gnu.org>
+
+ * startup.el (command-line): Handle nil elements in load-path.
+
2014-10-20 Glenn Morris <rgm@gnu.org>
* Version 24.4 released.
(let (warned)
(dolist (dir load-path)
(and (not warned)
+ (stringp dir)
(string-match-p "/[._]emacs\\.d/?\\'" dir)
(string-equal (file-name-as-directory (expand-file-name dir))
(expand-file-name user-emacs-directory))